home *** CD-ROM | disk | FTP | other *** search
- ; Sample FMOVE configuration file.
-
- ; All commands must start in the first column. Any line starting with
- ; a space or ';' will be considered a comment.
-
- ; Global Verbs
-
- ; Days is used by the move command. If a file is older than "Days" then
- ; it will be moved. If newer than "Days" then it will be left alone.
-
- Days 30
-
- ; Keep descriptions in original file area when moving and killing files.
- ;
- KeepOrg No
- ;
- ; Remove descriptions of missing files.
- ;
- Remiss No
- ;
- Adopt No
- AdoptDesc '<Description not found>'
- ;
- ; This is the mode of operation. If you use FilesBBS you will have to
- ; specify full pathnames for the move and kill commands. Max3 mode will
- ; allow you to use area names instead of paths.
- ;
- BBS Max3
- ;BBS FilesBBS
- ;
- ; What BBS software are you using? The BBSPath command is required for
- ; Max3 support only. This is not required when using the FilesBBS support.
- ;
- BBSPath D:\MAX
- ;
- ; Path to your reindexing program, usually either FB.EXE or QFB.EXE.
- ; Currently any switches on this command will be ignored.
- ;
- Reindex d:\max\Qfb.exe
- ;
- ; ArcFile is used to archive description of killed files. This can be
- ; used so that when a file is restored from a backup, you still have
- ; the description that can be moved to files.bbs
- ;
- ArcFile d:\bbslogs\descr.log
- LogFile d:\bbslogs\fmove.log
- ;
- ; Scanner defines the virus scanner to use for the scanmove command.
- ; If this is not defined then it is assumed to be SCAN.EXE. If you do
- ; not define a scanner here then SCAN.EXE is assumed to be in your path.
- ; You may define up to three virus scanners.
- ;
- ; End of Global commands
- ;
- ; Action verbs
- ;
- ; Move is used to move files from one area to another. The first path
- ; listed is the source path, and the second path listed is the target
- ; path. There must be a files.bbs file in the source directory for this
- ; command to work. *** DO NOT PUT TRAILING '\' ON PATHS ***
- ;
- ; You can also put an age at the end of the move command line. If the
- ; number of days exists at the end of the move line then the global
- ; Days option is ignored.
- ;
- ; I use this to move files that have been virus scanned to a secure
- ; directory. If you want to move all files in the source directory make
- ; sure that you either omit the global verb "Days" or put "Days 0" in
- ; place of "Days 60" above.
- ;
- Exclude max301?.*
- Exclude Bw*.*
- ;
- Schedule Move
-
- Move d:\files\uncheck d:\files\new -d0
- Move d:\files\sdn d:\file\oldsdn -d60
-
- End Schedule
-
- ; Kill is used to kill files in an area. Be careful with this one if
- ; you omit the number of days on this line then all files will be killed
- ; in the area specified.
-
- Schedule Kill
-
- ;Kill d:\files\oldsdn -d90
-
- End Schedule
-
- ; End of Sample configuration
-